Select DISTINCT(yr) from (select year(issue_date) as yr, issue_date from stamps where issue_date!='' order by issue_date) t